Home
last modified time | relevance | path

Searched defs:Fun (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp1245 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
DSemaOverload.cpp8265 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
9649 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/freebsd-9-stable/contrib/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1674 if (Function* Fun = dyn_cast<Function>(*I)) { in printFunctionUses() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DConsumed.cpp550 const FunctionDecl *Fun, in propagateReturnType()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1352 FunctionTypeInfo Fun; member