Home
last modified time | relevance | path

Searched refs:LocationVerifier (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp34 LocationVerifier<VarDecl> Verifier; in TEST()
40 LocationVerifier<VarDecl> Verifier; in TEST()
46 LocationVerifier<RecordDecl> Verifier; in TEST()
51 TEST(LocationVerifier, WrongLocation) { in TEST() argument
52 LocationVerifier<VarDecl> Verifier; in TEST()
109 TEST(LocationVerifier, WhileParenLoc) { in TEST() argument
136 LocationVerifier<ParmVarDecl> Verifier; in TEST()
504 LocationVerifier<FriendDecl> Verifier; in TEST()
522 LocationVerifier<FriendDecl> Verifier; in TEST()
540 LocationVerifier<FriendDecl> Verifier; in TEST()
[all …]
H A DMatchVerifier.h188 class LocationVerifier : public MatchVerifier<NodeType> {