Searched refs:RefE (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | GeneratorTest.cpp | 39 Reference RefE = Reference("E"); in TEST() local 40 RefE.USR = serialize::hashUSR("5"); in TEST() 41 InfoF->Namespace = {std::move(RefE), std::move(RefD)}; in TEST()
|
/external/clang/lib/Index/ |
D | IndexingContext.h | 77 const Expr *RefE = nullptr, 113 const Expr *RefE,
|
D | IndexingContext.cpp | 48 const Expr *RefE, in handleReference() argument 57 RefE, RefD, DC); in handleReference()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexingContext.h | 83 const Expr *RefE = nullptr, 131 const Expr *RefE,
|
D | IndexingContext.cpp | 79 const Expr *RefE, in handleReference() argument 91 RefE, RefD, DC); in handleReference()
|