Home
last modified time | relevance | path

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

/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp144 } else if (const clang::CXXConstructExpr* constructor_expr = in run() local
147 AddConstructor(constructor_expr, result); in run()
216 void AddConstructor(const clang::CXXConstructExpr* constructor_expr, in AddConstructor() argument
220 GetInstanceLocation(result, constructor_expr, &instance); in AddConstructor()