/llvm-project/clang/test/Index/ |
H A D | get-cursor.cpp | 10 X getX(int value) { in getX() function 26 X Y::getX() { in getX() function in Y
|
/llvm-project/clang/test/PCH/ |
H A D | struct.c | 10 float getX(struct Point *p1) { in getX() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dso-local-executable.cpp | 77 const int *getX() { in getX() function
|
H A D | module-intializer.cpp | 157 int getX() { return x; } in getX() function
|
/llvm-project/clang/test/Analysis/ |
H A D | new-ctor-null-throw.cpp | 30 int getX() const { return x; } in getX() function
|
H A D | edges-new.mm | 327 - (IPA_X *)getX; method 331 - (IPA_X *)getX { method
|
H A D | derived-to-base.cpp | 39 int getX() { return x; } in getX() function in VirtualBaseClasses::B 74 int getX() { return x; } in getX() function in VirtualBaseClasses::BI 154 int getX(const Base &obj) { in getX() function
|
H A D | copy-elision.cpp | 96 int getX() const { return x; } in getX() function in elision_on_ternary_op_branches::C1 105 int getX() const { return x; } in getX() function in elision_on_ternary_op_branches::C2
|
H A D | initializer.cpp | 36 int getX() { return x; } in getX() function in DirectMember 52 int getX() { return x; } in getX() function in IndirectMember
|
H A D | temporaries.cpp | 596 int getX() const { return x; } in getX() function in test_return_temporary::C 702 int getX() const { return x; } in getX() function in test_temporary_object_expr_without_dtor::C 717 int getX() const { return x; } in getX() function in test_temporary_object_expr_with_dtor::C 954 int getX() const { return x; } in getX() function in implicit_constructor_conversion::C
|
/llvm-project/clang/test/Sema/ |
H A D | typo-correction-recursive.cpp | 17 …const DeepClass& getX() const { return m_deepInstance; } // expected-note {{'getX' declared here}} in getX() function in Y
|
/llvm-project/clang/test/CXX/class.access/ |
H A D | p4.cpp | 409 static int getX() { return x; } // expected-error {{'x' is a private member of 'test9::A'}} in getX() function in test9::C
|
/llvm-project/clang/test/AST/Interp/ |
H A D | literals.cpp |
|
H A D | records.cpp |
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3092 Expr *getX() { getX() function 3095 const Expr *getX() const { getX() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 384 const SCEV *DependenceInfo::Constraint::getX() const { getX() function in DependenceInfo::Constraint
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11336 Expr *getX() const { return X; } getX() function in __anona1d9ac774311::OpenMPAtomicUpdateChecker 11593 Expr *getX() const { return X; } getX() function in __anona1d9ac774311::OpenMPAtomicCompareChecker [all...] |