Home
last modified time | relevance | path

Searched defs:ImportStatement (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/tools/hidl/
DAST.h48 struct ImportStatement { struct
49 FQName fqName;
50 Location location;
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnnotator.cpp797 bool ImportStatement = false; in parseLine() local