Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DSourceLocationTest.cpp32 LocationVerifier<VarDecl> Verifier; in TEST()
38 LocationVerifier<VarDecl> Verifier; in TEST()
44 LocationVerifier<RecordDecl> Verifier; in TEST()
49 TEST(LocationVerifier, WrongLocation) { in TEST() argument
50 LocationVerifier<VarDecl> Verifier; in TEST()
81 LocationVerifier<ParmVarDecl> Verifier; in TEST()
311 LocationVerifier<FriendDecl> Verifier; in TEST()
329 LocationVerifier<FriendDecl> Verifier; in TEST()
347 LocationVerifier<FriendDecl> Verifier; in TEST()
365 LocationVerifier<FriendDecl> Verifier; in TEST()
[all …]
DMatchVerifier.h161 class LocationVerifier : public MatchVerifier<NodeType> {