Searched refs:ParseBlockId (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2463 /// ParseBlockId - Parse a block-id, which roughly looks like int (int x).
2469 void Parser::ParseBlockId(SourceLocation CaretLoc) { function in class:Parser
2549 ParseBlockId(CaretLoc);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1871 void ParseBlockId(SourceLocation CaretLoc);

Completed in 70 milliseconds