Home
last modified time | relevance | path

Searched refs:addParentContext (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp79 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext() function in DIEHash
144 addParentContext(*Parent); in hashShallowTypeReference()
419 addParentContext(*Parent); in computeTypeSignature()
DDIEHash.h46 void addParentContext(const DIE &Parent);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp80 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext() function in DIEHash
145 addParentContext(*Parent); in hashShallowTypeReference()
411 addParentContext(*Parent); in computeTypeSignature()
DDIEHash.h46 void addParentContext(const DIE &Parent);
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp81 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext() function in DIEHash
194 addParentContext(*Parent); in hashShallowTypeReference()
501 addParentContext(*Parent); in computeTypeSignature()
DDIEHash.h96 void addParentContext(const DIE &Die);
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp376 void CodeCompletionBuilder::addParentContext(const DeclContext *DC) { in addParentContext() function in CodeCompletionBuilder
DSemaCodeComplete.cpp2608 Result.addParentContext(Declaration->getDeclContext()); in CreateCodeCompletionString()
2686 Result.addParentContext(ND->getDeclContext()); in CreateCodeCompletionString()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h615 void addParentContext(const DeclContext *DC);
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h737 void addParentContext(const DeclContext *DC);
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp465 void CodeCompletionBuilder::addParentContext(const DeclContext *DC) { in addParentContext() function in CodeCompletionBuilder
DSemaCodeComplete.cpp3302 Result.addParentContext(Declaration->getDeclContext()); in CreateCodeCompletionString()
3379 Result.addParentContext(ND->getDeclContext()); in createCodeCompletionStringForDecl()