Searched refs:completeExpression (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h175 completeExpression(StringRef Code, unsigned CompletionOffset);
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp275 Parser::completeExpression("while", 5);
281 Comps = Parser::completeExpression("whileStmt().", 12);
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp538 Parser::completeExpression(StringRef Code, unsigned CompletionOffset) { function in class:clang::ast_matchers::dynamic::Parser

Completed in 139 milliseconds