Searched defs:DeclarationNameLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp443 DeclarationNameLoc::DeclarationNameLoc(DeclarationName Name) { function in class:DeclarationNameLoc
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h388 struct DeclarationNameLoc { struct in namespace:clang
422 DeclarationNameLoc() { memset((void*) this, 0, sizeof(*this)); } function in struct:clang::DeclarationNameLoc
[all...]
H A DExpr.h927 DeclRefExpr(ValueDecl *D, bool refersToEnclosingLocal, QualType T, ExprValueKind VK, SourceLocation L, const DeclarationNameLoc &LocInfo = DeclarationNameLoc()) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp42 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, bool HadMultipleCandidates, SourceLocation Loc = SourceLocation(), const DeclarationNameLoc &LocInfo = DeclarationNameLoc()) argument

Completed in 182 milliseconds