Searched refs:PrintInitLocationNote (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Initialization.h | 869 void PrintInitLocationNote(Sema &S, const InitializedEntity &Entity);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Initialization.h | 1127 void PrintInitLocationNote(Sema &S, const InitializedEntity &Entity);
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 5627 void InitializationSequence::PrintInitLocationNote(Sema &S, in PrintInitLocationNote() function in InitializationSequence 6439 PrintInitLocationNote(S, Entity); in Perform() 6813 PrintInitLocationNote(S, Entity); in Perform() 6816 PrintInitLocationNote(S, Entity); in Perform() 7429 PrintInitLocationNote(S, Entity); in Diagnose()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 6367 void InitializationSequence::PrintInitLocationNote(Sema &S, in PrintInitLocationNote() function in InitializationSequence 8541 PrintInitLocationNote(S, Entity); in Perform() 8544 PrintInitLocationNote(S, Entity); in Perform() 9350 PrintInitLocationNote(S, Entity); in Diagnose()
|