Home
last modified time | relevance | path

Searched defs:DeclarationNameLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp379 DeclarationNameLoc::DeclarationNameLoc(DeclarationName Name) { in DeclarationNameLoc() function in DeclarationNameLoc
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h734 DeclarationNameLoc() { memset((void*) this, 0, sizeof(*this)); } in DeclarationNameLoc() function